Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate base tests from eventuals test target #405

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NikitaNikolaenko
Copy link
Contributor

Currently, if we change anything in tests/concurrent - bazel will rebuild all of the base eventuals tests. This PR addresses this issue.

@NikitaNikolaenko NikitaNikolaenko requested a review from benh May 20, 2022 15:11
test/BUILD.bazel Outdated
cc_test(
name = "eventuals",
cc_library(
name = "eventuals-tests",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to suggest base here to mimic the naming in eventuals/BUILD.bazel:

Suggested change
name = "eventuals-tests",
name = "base",

@benh
Copy link
Member

benh commented May 21, 2022

@FolMing is the Linux build failing due to this change?

@NikitaNikolaenko
Copy link
Contributor Author

@FolMing is the Linux build failing due to this change?

Yes, this definitely shouldn't happen, there must be a bug/inconsistency in how we build curl, I'll look into that.

@NikitaNikolaenko NikitaNikolaenko force-pushed the folming.separate-base-tests branch 4 times, most recently from 9a9d172 to a3dc780 Compare May 22, 2022 11:56
@NikitaNikolaenko NikitaNikolaenko force-pushed the folming.separate-base-tests branch from a3dc780 to b5f6dd5 Compare June 21, 2022 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants